home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / programming / c / icu-1.3.1 / icu / data / en_ie.txt < prev    next >
Text File  |  2000-02-23  |  2KB  |  58 lines

  1. // ****************************************************************************
  2. // *                                                                          *
  3. // * COPYRIGHT:                                                               *
  4. // * (C) Copyright Taligent, Inc.,  1997                                      *
  5. // * (C) Copyright International Business Machines Corporation,  1997-99      *
  6. // * Licensed Material - Program-Property of IBM - All Rights Reserved.       *
  7. // * US Government Users Restricted Rights - Use, duplication, or disclosure  *
  8. // * restricted by GSA ADP Schedule Contract with IBM Corp.                   *
  9. // *                                                                          *
  10. // ****************************************************************************
  11.  
  12. en_IE {
  13.     Countries { 
  14.         US { "United States" }
  15.         GB { "United Kingdom" }
  16.         CA { "Canada" }
  17.         IE { "Ireland" }
  18.         AU { "Australia" }
  19.         NZ { "New Zealand" }
  20.     }
  21.     CurrencyElements { 
  22.             "IR\u00A3",
  23.             "IEP",
  24.             ".",
  25.     }
  26.     DateTimeElements { 
  27.             "2",
  28.             "1",
  29.     }
  30.     DateTimePatterns { 
  31.             "HH:mm:ss 'o''clock' z",
  32.             "HH:mm:ss z",
  33.             "HH:mm:ss",
  34.             "HH:mm",
  35.             "dd MMMM yyyy",
  36.             "dd MMMM yyyy",
  37.             "dd-MMM-yy",
  38.             "dd/MM/yy",
  39.             "{1} {0}",
  40.     }
  41.     Languages { 
  42.         en { "English" }
  43.     }
  44.     LocaleID { "1809" }
  45.     LocaleString { "en_IE" }
  46.     ShortCountry { "IRL" }
  47.     localPatternChars { "GyMdkHmsSEDFwWahKz" }
  48.     zoneStrings { 
  49.         {
  50.                 "Europe/London",
  51.                 "Greenwich Mean Time",
  52.                 "GMT",
  53.                 "Ireland Summer Time",
  54.                 "IST",
  55.         }
  56.     }
  57. }
  58.